home *** CD-ROM | disk | FTP | other *** search
- Do I need any special service on the HP 9000 server to get the gopher to work.
-
- (or do I need to "Allow" something, in the unix setup')
-
- I'm not talking about seting up gopher server on the unix, only usit to
- get connectet to other gophers on the net.
-
- any help.... out there...?
-
-
- thanks
-
- Johann S. Jonsson
- e-mail: johann@iti.is
-
-
- ps.
-
- Macintosh gopher client is working fine on this net.
-
- .......................................................................
-
- Item Subject: WINMAIL.DAT
- Could not convert UNKNOWN FILE-TYPE (1734) item to text.
- Will attempt to 'shar' item as file '0009361' at end of msg.
-
-
- # This is a shell archive. Remove anything before this line,
- # then unpack it by saving it in a file and typing "sh file".
- #
- # Wrapped by HP OpenMail System <openmail@korpa> on Thu Feb 17 16:27:41 1994
- #
- # This archive contains:
- # 0009361
- #
- # Error checking via wc(1) will be performed.
-
- LANG=""; export LANG
- PATH=/bin:/usr/bin:$PATH; export PATH
-
-
- rm -f /tmp/uud$$
- (echo "begin 666 /tmp/uud$$\n#;VL*n#6%@x\n \nend" | uudecode) >/dev/null 2>&1
- if [ X"`cat /tmp/uud$$ 2>&1`" = Xok ]
- then
- unpacker=uudecode
- else
- echo Compiling unpacker for non-ascii files
- pwd=`pwd`; cd /tmp
- cat >unpack$$.c <<'EOF'
- #include <stdio.h>
- #define C (*p++ - ' ' & 077)
- main()
- {
- int n;
- char buf[128], *p, a,b;
-
- scanf("begin %o ", &n);
- gets(buf);
-
- if (freopen(buf, "w", stdout) == NULL) {
- perror(buf);
- exit(1);
- }
-
- while (gets(p=buf) && (n=C)) {
- while (n>0) {
- a = C;
- if (n-- > 0) putchar(a << 2 | (b=C) >> 4);
- if (n-- > 0) putchar(b << 4 | (a=C) >> 2);
- if (n-- > 0) putchar(a << 6 | C);
- }
- }
- exit(0);
- }
- EOF
- cc -o unpack$$ unpack$$.c
- rm unpack$$.c
- cd $pwd
- unpacker=/tmp/unpack$$
- fi
- rm -f /tmp/uud$$
-
- echo x - 0009361 '[non-ascii]'
- $unpacker <<'@eof'
- begin 660 0009361
- M>)\^(@ 0N 0 B ,FIT:#=I*# S-BEL9' H82ES;V,R+G!O<"YP<W4NX
- &961U -H* X
- X
- end
- @eof
- set `wc -lwc <0009361`
- if test $1$2$3 != 1151
- then
- echo ERROR: wc results of 0009361 are $* should be 1 1 51
- fi
-
- chmod 660 0009361
-
- rm -f /tmp/unpack$$
- exit 0
- From news@bigblue.oit.unc.edu Thu Feb 17 16:19:14 1994
- Received: from bigblue.oit.unc.edu by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
- id AA02901; Thu, 17 Feb 1994 11:57:00 -0500
- Received: by bigblue.oit.unc.edu (AIX 3.2/UCB 5.64/4.03)
- id AA03107; Thu, 17 Feb 1994 11:34:51 -0500
- Received: from GATEWAY by bigblue with netnews
- for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu)
- To: winsock@sunsite.unc.edu
- Date: Thu, 17 Feb 94 16:19:14 GMT
- From: atae@spva.ph.ic.ac.uk (Ata Etemadi)
- Message-Id: <1994Feb17.161914.25661@cc.ic.ac.uk>
- Organization: Imperial College of Science, Technology, and Medicine, London, England
- Sender: ses
- References: <2jtmgv$i7o@news.doit.wisc.edu>
- Reply-To: atae@spva.ph.ic.ac.uk
- Subject: Re: xwindemo-how to make it work?
-
- In article <2jtmgv$i7o@news.doit.wisc.edu>, philips@cae.wisc.edu (Philip William Stephenson) writes:
- |> Hi all-
- |>
- |> I downloaded xwindemo from cica last week and am still at a loss as
- |> to how to get it to make a meaingfull connection. I am running
- |> Trumpet Winsock 1.00 #18, which works great with other clients, such
- |> as qvt, etc. Can anyone tell me what arguments they pass to xwindemo
- |> to get an XDMCP session going (on a Sun, for example)? I would even
- |> be glad to know how someone gets an rsh to work. I can at least
- |> tickle the remote machine with rsh or rexec, but I have never been
- |> able to get a window open to it. Please excuse my ignorance, and
- |> thanks in advance for your help.
- |>
- |> --phil
-
- G'Day Phil
-
- I am posting this since I saw some followups asking similar questions.
- First of all let me clarify some things. XDCMP is a connection between
- xwindemo and any machine running the X Display Manager (xdm). You can't
- use XDCMP otherwise. xdm is something that your system manager should
- install. A lot of sys admins, don't since they have no clue and use
- whatever comes with the box (Openwindows, Decwindows etc..). installing
- xdm should be almost compulsory since there are so many advantages for
- application programs as well as security, speed etc.. If you have machines
- running xdm, then xwindemo sends a query out to all the machines on your
- local network and automagically builds up a list of machines willing to
- "talk" to your PC. All you need do then is click on the name of a machine
- in the list and its just as if you were sitting at the Sunstatio or whatever.
- Its really impressive how well they have done it.
-
- As with rsh, rexec etc.. again you need any machine running Xwindows (no
- need for xdm this time). Now, pull down the sessions menu, choose "edit
- session". You will get a box. Choose, for example rexec, by clicking on
- the little circle at the left-hand corner. Fill in the IP address of the
- machine you want to connect to, and your username etc.. and also give
- this session a name (eg MYSESSION). In the command box type this:
-
- xterm -display ip.address.ofyour.pc:0.0
-
- Now, "accept" this and go back and pull down the sessions menu again.
- You should see an item MYSESSION. Choosing this will mean xwindemo will
- log you into the remote machine, and cause an X windows application program
- (namely an xterminal) to be invoked. The xterminal will be created on your
- PC since you are runing xwindemo. This is different from mere telnet in
- that you are actually running Xwindows on your PC and not just logging in.
- You now have access to all the Xwindows programs that are available on
- the Unix workstation you connected to. There are thousands of possibilities
- depending on what your sys admin has decided to install. In the xterm window
- type some of these and see if they work.
-
- xmosaic, xrn, xclipboard, xclock, xgopher, xeyes, xterm
-
- Note: you can even make another xterm.
-
- good luck
- Ata <(|)>
- --
- Dr Ata Etemadi, Blackett Laboratory,
- Space and Atmospheric Physics Group,
- Imperial College of Science, Technology, and Medicine,
- Prince Consort Road, London SW7 2BZ, ENGLAND
- Internet/Arpanet/Earn/Bitnet: atae@spva.ph.ic.ac.uk
- Span : SPVA::atae
- UUCP/Usenet : atae%spva.ph.ic@nsfnet-relay.ac.uk
- From natale@acec.com Thu Feb 17 07:03:29 1994
- Received: from uu3.psi.com by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
- id AA04485; Thu, 17 Feb 1994 12:05:27 -0500
- Received: from acec.com by uu3.psi.com (5.65b/4.0.071791-PSI/PSINet) via SMTP;
- id AA29322 for winsnmp@calypso-2.oit.unc.edu; Thu, 17 Feb 94 12:04:24 -0500
- Date: Thu, 17 Feb 1994 12:03:29 -0500
- From: natale@acec.com (Bob Natale)
- Received: by nips.acec.com (5.65/3.2.083191-American Computer and Electronics Corp. )
- id AA04987; Thu, 17 Feb 1994 12:03:29 -0500
- Message-Id: <9402171703.AA04987@nips.acec.com>
- To: levinson@halcyon.com
- Subject: Re: Anyone doing an SNMP tool?
- Cc: winsnmp@sunsite.unc.edu, winsock@sunsite.unc.edu
-
- > Date: Thu, 17 Feb 1994 09:54:56 -0500
- > From: levinson@halcyon.com (Don Levinson)
-
- Hi Don,
-
- > Is anyone out there writing an SNMP management tool for Winsock?
- > also I would be interested in an SNMP agent for winsock.
-
- There are already a number of excellent SNMP management tools that
- run over WinSock...and many more to come as a result of WinSNMP
- progress. To name just a couple of the major existing products
- that I personally have first-hand knowledge of (i.e., there may
- well be others):
-
- - HP OpenView for Windows
- - SNMPc (by Castle Rock)
- - NewtWatch (by NetManage)
- - NetPlus (American Computer)
-
- A number of vendors and developers are working on SNMP management
- applications to run over WinSNMP...and one of the most popular
- transport interfaces will be WinSock. We just concluded the first
- WinSNMP interoperability "bake-off" last night (hosted by NetManage
- in Cupertino) with excellent results and we saw a number of different
- transport interfaces among the participants, including:
-
- - WinSock (over multiple vendors' stacks)
- - WLIBSOCK (Novell)
- - PktDrv implementations
- - Direct-to-Vendor-Stack implementations
-
- All the WinSNMP test applications (including NetManage's NewtWatch)
- were able to run as expected without regard to the underlying transport
- interface used by the WinSNMP implementation.
-
- Anyway, I guess I'm getting to far off-track from your question....
- To summarize: There are a number of very good SNMP management tools
- available now that run over WinSock just fine...and many more will
- hit the shelves soon...by which I mean probably just after Spring
- Interop.
-
- Regards,
-
- BobN
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- Bob Natale American Computer 301-258-9850 [tel]
- Director 209 Perry Pkwy 301-921-0434 [fax]
- Network Mgmt Products Gaithersburg MD 20877 natale@acec.com
- From news@bigblue.oit.unc.edu Thu Feb 17 16:50:19 1994
- Received: from bigblue.oit.unc.edu by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
- id AA06869; Thu, 17 Feb 1994 12:26:57 -0500
- Received: by bigblue.oit.unc.edu (AIX 3.2/UCB 5.64/4.03)
- id AA10754; Thu, 17 Feb 1994 12:02:59 -0500
- Received: from GATEWAY by bigblue with netnews
- for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu)
- To: winsock@sunsite.unc.edu
- Date: Thu, 17 Feb 1994 16:50:19 GMT
- From: rob@enlil.premenos.com (Rob Clark)
- Message-Id: <CLDo3v.J2G@adad.premenos.sf.ca.us>
- Organization: Premenos Corporation
- Sender: ses
- Subject: WinSpan? Anyone heard of this?
-
- I'm evaluating Windows TCP/IP packages currently. Somebody
- mentioned a product called WinSpan. I hadn't heard of this
- one before, so I was curious. Does anyone have any experiences
- (good or bad) with this product?
-
- Rob Clark, c/o Premenos Corp (rob@premenos.sf.ca.us)
- From news@bigblue.oit.unc.edu Thu Feb 17 17:06:31 1994
- Received: from bigblue.oit.unc.edu by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
- id AA06876; Thu, 17 Feb 1994 12:26:59 -0500
- Received: by bigblue.oit.unc.edu (AIX 3.2/UCB 5.64/4.03)
- id AA16400; Thu, 17 Feb 1994 12:07:46 -0500
- Received: from GATEWAY by bigblue with netnews
- for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu)
- To: winsock@sunsite.unc.edu
- Date: 17 Feb 1994 17:06:31 GMT
- From: hardiman@alpha1.csd.uwm.edu (Paul V Hardiman)
- Message-Id: <2k086nINNrso@uwm.edu>
- Organization: Computing Services Division, University of Wisconsin - Milwaukee
- Sender: ses
- References: <greenman.71.2D623EBE@terra.oscs.montana.edu>
- Subject: Re: KA9Q/slip/winsock troubles
-
- In article <greenman.71.2D623EBE@terra.oscs.montana.edu> greenman@terra.oscs.montana.edu (Bruce Albert) writes:
- >The problem is I can't figure out how to get the KA9Q pc to
- >route between the slip client and the ethernet.
-
- I once made a dumb assumption about KA9Q which caused a problem like
- this. KA9Q will not route by default. You must put a "start rip"
- command in autoexec.net.
-
- --
- Paul Hardiman
- University of Wisconsin - Milwaukee
- hardiman@alpha1.csd.uwm.edu
- (414) 229-6648
- From news@bigblue.oit.unc.edu Thu Feb 17 00:58:39 1994
- Received: from bigblue.oit.unc.edu by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
- id AA06889; Thu, 17 Feb 1994 12:27:01 -0500
- Received: by bigblue.oit.unc.edu (AIX 3.2/UCB 5.64/4.03)
- id AA25718; Thu, 17 Feb 1994 12:18:40 -0500
- Received: from GATEWAY by bigblue with netnews
- for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu)
- To: winsock@sunsite.unc.edu
- Date: Thu, 17 Feb 1994 08:58:39 -0800
- From: don@orca.osg.gov.bc.ca (Don Hiscock)
- Message-Id: <don-170294085839@carp.osg.gov.bc.ca>
- Organization: BC Systems
- Sender: ses
- Subject: Trumpet V1 - BOOTP Problem over SLIP
-
- I'm having problems with Trumpet Winsock v1 picking up the bootp packet
- from a term server. The dial script ends with the bootp command followed by
- the online command. The ip trace looks like :
-
- Script completed
- IP 0.0.0.0 ->255.255.255.255 len 328 prot 17
- IP 0.0.0.0 ->255.255.255.255 len 328 prot 17
- IP header checksum error
- IP 142.32.3.99 ->142.32.3.100 len 328 prot 17
- IP 0.0.0.0 ->255.255.255.255 len 328 prot 17
- IP 142.32.3.99 ->142.32.3.100 len 328 prot 17
- IP 0.0.0.0 ->255.255.255.255 len 328 prot 17
- IP 0.0.0.0 ->255.255.255.255 len 328 prot 17
- IP 142.32.3.99 ->142.32.3.100 len 328 prot 17
- IP 142.32.3.99 ->142.32.3.100 len 328 prot 17
- IP 142.32.3.99 ->142.32.3.100 len 328 prot 17
-
- The packets comming back are the bootp packets which are being ignored. No
- matter what kind of flow control I use it still fails. Strangely enough it
- always works when I turn the udp and extra detail trace on:
-
- Script completed
- IP 0.0.0.0 ->255.255.255.255 len 328 prot 17
- UDP 68->67 300
- 01 01 06 00 E1 CC 4F 00 00 00 00 00 00 00 00 00
- 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
- 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
- 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
- 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
- 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
- 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
- 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
- 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
- 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
- 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
- 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
- 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
- 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
- 00 00 00 00 00 00 00 00 00 00 00 00 63 82 53 63
- 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
- 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
- 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
- 00 00 00 00 00 00 00 00 00 00 00 00
- IP 142.32.3.99 ->142.32.3.100 len 328 prot 17
- UDP 67->68 300
- 02 01 06 00 E1 CC 4F 00 00 00 00 00 00 00 00 00
- 8E 20 03 64 8E 20 03 63 8E 20 03 01 00 00 00 00
- 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
- 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
- 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
- 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
- 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
- 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
- 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
- 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
- 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
- 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
- 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
- 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
- 00 00 00 00 00 00 00 00 00 00 00 00 63 82 53 63
- 01 04 FF FF 00 00 FF 00 00 00 00 00 00 00 00 00
- 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
- 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
- 00 00 00 00 00 00 00 00 00 00 00 00
- BOOTP received
- My ip = 142.32.3.100
- My gateway = 142.32.3.1
- tag:1 len:4
- Netmask = 255.255.0.0 Mygateway = 142.32.3.1 Mydns = 142.32.102.25
-
- Has anyone been successful with bootp over slip with Trumpet Winsock V1?
- From MarkW@ms70.nuwes.sea06.navy.mil Thu Feb 17 01:29:00 1994
- Received: from m65sun.nuwes.sea06.navy.mil by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
- id AA08611; Thu, 17 Feb 1994 12:37:11 -0500
- Received: from ms70.nuwes.sea06.navy.mil ([140.178.70.3]) by m65sun.nuwes.sea06.navy.mil with SMTP id AA12471
- (5.65c/IDA-1.4.4 for winsock@calypso-2.oit.unc.edu); Thu, 17 Feb 1994 09:42:26 -0800
- Received: by ms70.nuwes.sea06.navy.mil with Microsoft Mail
- id <2D63AB20@ms70.nuwes.sea06.navy.mil>; Thu, 17 Feb 94 09:36:32 PST
- From: West Mark 5741 <MarkW@ms70.nuwes.sea06.navy.mil>
- To: winsock <winsock@sunsite.unc.edu>
- Subject: Help : Is there a .ini file for Trumptel?
- Date: Thu, 17 Feb 94 09:29:00 PST
- Message-Id: <2D63AB20@ms70.nuwes.sea06.navy.mil>
- Encoding: 6 TEXT
- X-Mailer: Microsoft Mail V3.0
-
-
- Is there an .ini file for Trumptel? what is its format? what are its
- keywords? The copy I am using is not interpreting line drawing characters
- and is not sending function keys. Are these parameters settable?
-
- Mark West
- From news@bigblue.oit.unc.edu Thu Feb 17 05:43:47 1994
- Received: from bigblue.oit.unc.edu by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
- id AA17343; Thu, 17 Feb 1994 13:26:59 -0500
- Received: by bigblue.oit.unc.edu (AIX 3.2/UCB 5.64/4.03)
- id AA11498; Thu, 17 Feb 1994 13:10:09 -0500
- Received: from GATEWAY by bigblue with netnews
- for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu)
- To: winsock@sunsite.unc.edu
- Date: 17 Feb 1994 11:43:47 -0600
- From: miltonm@bga.com (Milton D. Miller II)
- Message-Id: <2k0acj$6i6@vern.bga.com>
- Organization: Real/Time Communications - Bob Gustwick and Associates
- Sender: ses
- References: <greenman.71.2D623EBE@terra.oscs.montana.edu>, <2k086nINNrso@uwm.edu>
- Subject: Re: KA9Q/slip/winsock troubles
-
- In article <2k086nINNrso@uwm.edu>,
- Paul V Hardiman <hardiman@alpha1.csd.uwm.edu> wrote:
- >In article <greenman.71.2D623EBE@terra.oscs.montana.edu> greenman@terra.oscs.montana.edu (Bruce Albert) writes:
- >>The problem is I can't figure out how to get the KA9Q pc to
- >>route between the slip client and the ethernet.
- >
- >I once made a dumb assumption about KA9Q which caused a problem like
- >this. KA9Q will not route by default. You must put a "start rip"
- >command in autoexec.net.
- >
-
- Actually, KA9Q will route, and in fact you can not disable it. However,
- it will not advertise that it will route (which start rip causes it to
- do if your subnet is using RIP). Another method is to use the arp
- publish and have it RARP / proxy arp if there is only a few PC's rather
- than a whole net behind it.
-
-
- milton
- --
- Milton Miller KB5TKF miltonm@bga.com
- From news@bigblue.oit.unc.edu Thu Feb 17 13:09:20 1994
- Received: from bigblue.oit.unc.edu by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
- id AA17357; Thu, 17 Feb 1994 13:27:02 -0500
- Received: by bigblue.oit.unc.edu (AIX 3.2/UCB 5.64/4.03)
- id AA20207; Thu, 17 Feb 1994 13:11:25 -0500
- Received: from GATEWAY by bigblue with netnews
- for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu)
- To: winsock@sunsite.unc.edu
- Date: Thu, 17 Feb 1994 13:09:20 GMT
- From: hans.juergen.beie@zfe.siemens.de (Hans-Juergen Beie)
- Message-Id: <CLDDvL.us@franken.zfe.siemens.de>
- Organization: Siemens AG, Erlangen, Germany
- Sender: ses
- References: <2jounsINNid5@saturn.caps.maine.edu>
- Subject: Re: Looking for Telnet
-
- In article <2jounsINNid5@saturn.caps.maine.edu>, tex@gandalf.umcs.maine.edu (Tex) says:
- >
- >I'm looking for a good telnet package for the winsock.
- >Presently using the NCSA version, works ok, but would like more options
- >like key defines and terminal emulations
- >
- Try WinQVT/Net. Its Telnet supports VT5x, VT1xx, VT2xx. You can set up different
- terminal configurations including keymaps, scripts and some other features.
-
- You'll get it via ftp from biochemistry.bioc.cwru.edu.
- The winsock version is qvtws396.zip
-
- Hope that helps.
-
- HJB
- --------------------------------------------------------------------
- Dr. Hans-Juergen Beie Siemens AG / ZFE BT EP 61
- Corporate Research & Development
- Internet: P.O. Box 3220
- hans.juergen.beie@zfe.siemens.de D-91050 Erlangen
- hjb@pollux.franken.de
- Fido: voice: +49 9131 7-21248
- Hans-Juergen Beie@2:2490/2089.4 fax: +49 9131 7-23046
- --------------------------------------------------------------------
- From news@bigblue.oit.unc.edu Thu Feb 17 05:53:15 1994
- Received: from bigblue.oit.unc.edu by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
- id AA17366; Thu, 17 Feb 1994 13:27:03 -0500
- Received: by bigblue.oit.unc.edu (AIX 3.2/UCB 5.64/4.03)
- id AA12344; Thu, 17 Feb 1994 13:17:59 -0500
- Received: from GATEWAY by bigblue with netnews
- for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu)
- To: winsock@sunsite.unc.edu
- Date: 17 Feb 1994 11:53:15 -0600
- From: NEWCOMBE@AA.csc.Peachnet.EDU (Dan Newcombe)
- Message-Id: <MAILQUEUE-101.940217125257.384@AA.csc.peachnet.edu>
- Organization: UTexas Mail-to-News Gateway
- Sender: ses
- Subject: WinFSP: Does it work for anyone?
-
- I tried to get Win FSP to work (IT LOOKS NICE!!!) but no matter what host
- or port I try, immediatly after I click OK, it pops up a message saying it
- couldn't connect. I am using Trumpet Winsock. I've had no problem
- connecting to the hosts via FTP or Telnet either :)
-
- Any clues?
-
- -Dan
- --
- Dan A. Newcombe Clayton State College
- Computing Services Morrow, GA 30260
- E-Mail Address: newcombe@aa.csc.peachnet.edu (404)-961-3421
- -=-=-=- I can handle MIME mail, so don't be afraid to send me some -=-=-=-
- - Do you realize that you could have gone back to her? But that would
- only be retracing all the problems that you ever knew, so untrue.
- (Marillion, Childhoods End?)
-
-